object Choose: TChoose Left = 148 Top = 264 ActiveControl = OKBtn BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsDialog Caption = 'Choose from List' ClientHeight = 273 ClientWidth = 227 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 214 Height = 13 Caption = 'You can click on multiple items to select them' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object OKBtn: TBitBtn Left = 8 Top = 240 Width = 77 Height = 27 Font.Color = clBtnText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 Kind = bkOK Margin = 2 Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 88 Top = 240 Width = 77 Height = 27 Font.Color = clBtnText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 Kind = bkCancel Margin = 2 Spacing = -1 IsControl = True end object ChooseList: TListBox Left = 8 Top = 32 Width = 209 Height = 201 ExtendedSelect = False Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 13 MultiSelect = True ParentFont = False TabOrder = 0 OnDblClick = ChooseListDblClick end end